home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Zakladni desky / Intel / win2k_xp1332.exe / Win2000 / a310.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-08-03  |  4.9 KB  |  186 lines

  1. ; Copyright (c) Intel Corporation (2003).
  2. ;
  3. ; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE.  THIS CODE IS
  4. ; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,
  5. ; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL DOES NOT
  6. ; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY
  7. ; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY
  8. ; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY.  Intel disclaims all liability,
  9. ; including liability for infringement of any proprietary rights, relating to
  10. ; use of the code. No license, express or implied, by estoppel or otherwise,
  11. ; to any intellectual property rights is granted herein.
  12. ;
  13. ; A310.INF  -- This file contains installation information for the Ch7017 AIM3 Driver
  14. ;               
  15.  
  16.  
  17. [Version]
  18. signature="$CHICAGO$"
  19. Class=DisplayCodec
  20. ClassGUID={E6ABB47D-8339-4c60-BE92-E9045FF5A33D}
  21. Provider=%Intel%
  22. CatalogFile=a310.cat
  23. /* AUTOBLD - NT5 LABEL - DO NOT REMOVE */
  24. DriverVer=08/03/2003,6.14.10.3619
  25.  
  26. [Manufacturer]
  27. %IntelMfg%=Intel
  28.  
  29. [DestinationDirs]
  30. ;DefaultDestDir = 11
  31. AIM.Device.CopyDrivers = 11
  32. AIM.Device.CopyDriversNT = 10,system32\drivers
  33.  
  34. ;WHQL requirement: Uncomment this section later on once we have PnP
  35. ;method of installing/loading/unloading WDM AIM drivers across all 
  36. ;OS platforms enabled.
  37. ;[ControlFlags]
  38. ;ExcludeFromSelect=DISPLAY\%AimDevID%
  39.  
  40. [Intel]
  41. %AimChildDriver.DeviceDesc%=AIM.Device,DISPLAY\%AimDevID%
  42.  
  43. [ClassInstall]
  44. Addreg=AIMClass.AddReg
  45.  
  46. [ClassInstall32]
  47. Addreg=AIMClass.AddRegNT
  48.  
  49. [AIM.Device]
  50. AddReg=     AIM.Device.AddReg
  51. CopyFiles=  AIM.Device.CopyDrivers
  52.  
  53. [AIM.Device.NT]
  54. AddReg=     AIM.Device.AddRegNT
  55. CopyFiles=  AIM.Device.CopyDriversNT
  56.  
  57. [AIM.Device.AddReg]
  58. ;HKR,,DevLoader,,*ntkern
  59. HKR,,NTMPDriver,,%AimDriverName%
  60. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  61. HKR,,DevicePNPID,,%AimDevID%
  62. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  63.  
  64. [AIM.Device.AddRegNT]
  65. HKR,,DevLoader,,*ntkern
  66. HKR,,NTMPDriver,,%AimDriverName%
  67. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  68. HKR,,DevicePNPID,,%AimDevID%
  69. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  70.  
  71. [AIM_Parameters_AddReg]
  72. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  73.  
  74. [AIMClass.AddReg]
  75. HKR,,,,%AimClass.Desc%
  76. HKR,,Icon,,"-1"
  77. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  78. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  79. ;HKR,,NoDisplayClass,,1    ;Class will not be displayed by Device Manager
  80. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  81.  
  82. [AIMClass.AddRegNT]
  83. HKR,,,,%AimClass.Desc%
  84. HKR,,Class,,DisplayCodec
  85. HKR,,Icon,,"-1"
  86. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  87. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  88. ;HKR,,NoDisplayClass,,1    ;Class will not be displayed by Device Manager
  89. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  90.  
  91. [SourceDisksNames.x86]
  92. 1=%DiskId1%,,,""
  93.  
  94. [SourceDisksFiles] 
  95. A310.sys=1
  96.  
  97. [AIM.Device.CopyDrivers]
  98. A310.sys
  99.  
  100. [AIM.Device.CopyDriversNT]
  101. A310.sys
  102.  
  103. [AIM.Device.Interfaces]
  104. AddInterface=%AimChildIntfGUID%,"GLOBAL",AimChildInterface,
  105.  
  106. [AimChildInterface]
  107. AddReg=AimChildInterface.AddReg
  108.  
  109. [AimChildInterface.AddReg]
  110. HKR,,Class,,%AimClassGUID%
  111. HKR,,FriendlyName,,%AimChildDriver.FriendlyName%
  112.  
  113. [AIM.Device.NT.Services]
  114. AddService = %AimDevFuncGUID%, 0x00000002, Aim.ServiceInstall, Aim_EventLog_Inst,System,"Aim3"
  115.  
  116. [AIM.Device.Services]
  117.  
  118. [Aim_EventLog_Inst]
  119. AddReg=Aim_EventLog_AddReg
  120.  
  121. [Aim_EventLog_AddReg]
  122. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\%AimDriverName%"
  123. HKR,,TypesSupported,0x00010001,7
  124.  
  125. [Aim.ServiceInstall]
  126. DisplayName       = %AimChildDriver.DeviceDesc%
  127. ServiceType       = %SERVICE_KERNEL_DRIVER%
  128. StartType         = %SERVICE_DEMAND_START%
  129. ErrorControl      = %SERVICE_ERROR_NORMAL%
  130. ServiceBinary     = %10%\system32\drivers\%AimDriverName%
  131. AddReg        = AIM_Parameters_AddReg
  132.  
  133. ;---------------------------------------------------------------
  134. ;                S t r i n g s
  135. ;---------------------------------------------------------------
  136.  
  137. [Strings]
  138.  
  139. ;----------------
  140. ; Non-Localizable
  141. ;----------------
  142.  
  143. SERVICE_KERNEL_DRIVER=1
  144. SERVICE_SYSTEM_START=1 
  145. SERVICE_AUTO_START=2
  146. SERVICE_DEMAND_START=3
  147. SERVICE_ERROR_NORMAL=1
  148.  
  149. ;
  150. ;
  151. ; These are customizable
  152. ;
  153. AimDevID="CH-7017-B"
  154. AimDriverSig=0x12354678
  155. ;AimDriverID="CH7017"
  156. AimDriverName="A310.sys"
  157. AimDevFuncGUID="{5C8B2B65-A385-11d5-A78B-00104B672758}"
  158.  
  159. ;
  160. ;
  161. ; These do not change - ever !
  162. ;
  163. AimClassGUID="{E6ABB47D-8339-4c60-BE92-E9045FF5A33D}"
  164. AimChildIntfGUID="{E87E75CE-0792-4534-AB89-5CFC95747B77}"
  165.  
  166. ;----------------
  167. ; Localizable
  168. ;----------------
  169.  
  170. Intel="Intel"
  171. IntelMfg="Intel Corporation"
  172. DiskId1="Intel Corporation Installation Disk #1"
  173. ;
  174. ;
  175. ; Do not change this line !
  176. ;
  177. AimClass.Desc="Intel AIM 3.0 Codec"
  178. ;
  179. ;
  180. ; Put device specifics here ->
  181. ;
  182. AimChildDriver.DeviceDesc="AIM 3.0 Part 01 Codec Driver CH-7017-B"
  183. AimChildDriver.FriendlyName="Chrontel (LVDS) Combo Codec"
  184.  
  185.  
  186.